type go.pact.im/x/process.chainState

4 uses

	go.pact.im/x/process (current package)
		chain.go#L24: 	s := chainState{deps: r.deps}
		chain.go#L28: type chainState struct {
		chain.go#L34: func (r *chainState) Run(ctx context.Context, callback Callback) error {
		chain.go#L49: func (r *chainState) next(ctx context.Context) error {